Skip to content

feat(admin): add team folder management endpoints and UI integration - #2794

Merged
cristianscheid merged 1 commit into
nextcloud:masterfrom
Dataport:feature/moveTeamFolder_into_adminsettings
Sep 3, 2026
Merged

feat(admin): add team folder management endpoints and UI integration#2794
cristianscheid merged 1 commit into
nextcloud:masterfrom
Dataport:feature/moveTeamFolder_into_adminsettings

Conversation

@Fin-c

@Fin-c Fin-c commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Summary

moves team folder management into the Teams administration settings and adds a central overview of all teams and their linked team folders. Task #2781

TODO

  • ...

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI
Screenshot 2026-08-21 092837 Screenshot 2026-08-21 092911 Screenshot 2026-08-21 093322

@Fin-c Fin-c added this to the Nextcloud 35 milestone Aug 21, 2026
@Fin-c Fin-c added this to 👥 Teams Aug 21, 2026
@github-project-automation github-project-automation Bot moved this to Backlog in 👥 Teams Aug 21, 2026
@codecov

codecov Bot commented Aug 21, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/teams/api.ts 0.00% 8 Missing ⚠️

📢 Thoughts on this report? Let us know!

Comment thread src/teams/api.ts Outdated
Comment thread src/teams/api.ts Outdated
Comment thread src/teams/api.ts Outdated
Comment thread src/teams/api.ts Outdated
Comment thread src/teams/api.ts Outdated
@Fin-c
Fin-c force-pushed the feature/moveTeamFolder_into_adminsettings branch 5 times, most recently from 00e08f4 to 6c9cbc0 Compare August 25, 2026 10:26
@alimmroth alimmroth linked an issue Aug 26, 2026 that may be closed by this pull request
@Fin-c
Fin-c force-pushed the feature/moveTeamFolder_into_adminsettings branch 5 times, most recently from a5dce87 to 72ff078 Compare August 28, 2026 08:43
@Fin-c
Fin-c enabled auto-merge August 28, 2026 08:56
@alimmroth alimmroth moved this from Backlog to In progress in 👥 Teams Aug 28, 2026
@alimmroth alimmroth moved this from In progress to In review in 👥 Teams Aug 28, 2026
Comment thread l10n/de.js
@Fin-c
Fin-c force-pushed the feature/moveTeamFolder_into_adminsettings branch from f6d35ca to 5e9fb63 Compare August 31, 2026 07:33
@tomek2k1

tomek2k1 commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Fix conflicts and backport to stable35

@tomek2k1
tomek2k1 force-pushed the feature/moveTeamFolder_into_adminsettings branch from 5e9fb63 to 5e81b98 Compare September 2, 2026 12:16
@tomek2k1

tomek2k1 commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

The PR nextcloud/server#63958 has to be merged first for the tests to pass.

@tomek2k1
tomek2k1 force-pushed the feature/moveTeamFolder_into_adminsettings branch from 1209c74 to ddedeb8 Compare September 2, 2026 21:50
@tomek2k1

tomek2k1 commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

/backport to stable35

@tomek2k1
tomek2k1 force-pushed the feature/moveTeamFolder_into_adminsettings branch 2 times, most recently from dbbf9b8 to a1afa21 Compare September 3, 2026 10:18
@Fin-c
Fin-c force-pushed the feature/moveTeamFolder_into_adminsettings branch from 4caac10 to 4826781 Compare September 3, 2026 10:33
@artonge
artonge disabled auto-merge September 3, 2026 11:08
Co-authored-by: Copilot <copilot@github.com> GPT-5.6 Terra

Signed-off-by: Fin Clausen <Fin.Clausen@dataport.de>
Co-authored-by: Tomasz Trillo <tomasz.trillo@dataport.de>
@Fin-c
Fin-c force-pushed the feature/moveTeamFolder_into_adminsettings branch from 4826781 to c57ac51 Compare September 3, 2026 11:17
@cristianscheid
cristianscheid merged commit 3162855 into nextcloud:master Sep 3, 2026
44 of 46 checks passed
@github-project-automation github-project-automation Bot moved this from In review to Done in 👥 Teams Sep 3, 2026
@backportbot

backportbot Bot commented Sep 3, 2026

Copy link
Copy Markdown

The backport to stable35 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable35
git pull origin stable35

# Create the new backport branch
git checkout -b backport/2794/stable35

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick c57ac510

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/2794/stable35

Error: Failed to check for changes with origin/stable35: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@tomek2k1
tomek2k1 deleted the feature/moveTeamFolder_into_adminsettings branch September 3, 2026 11:36
@github-actions

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

(If you believe you should not receive this message, you can add yourself to the blocklist.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Teams Adminsettings: Show a List of Teams and assigned Team-Folders

5 participants